[https://nvbugs/6507114][fix] Extend the per-model qwen3.5_moe_35b.yaml with…#16868
Open
trtllm-agent wants to merge 1 commit into
Open
[https://nvbugs/6507114][fix] Extend the per-model qwen3.5_moe_35b.yaml with…#16868trtllm-agent wants to merge 1 commit into
trtllm-agent wants to merge 1 commit into
Conversation
…5-35B AutoDeploy TestQwen3_5_397B_MoE::test_bf16_small[4] runs MMLU + GSM8K + MMMU on Qwen3.5-35B-A3B via AutoDeploy on 4xH100. The default per-model config (qwen3.5_moe_35b.yaml) opts into two performance transforms that both break for this smoke test: 1) multi_stream_moe / multi_stream_gemm overlap shared-expert compute and all-reduce onto an aux stream; on SM90 TP=4 this stalls GSM8K "Fetching responses" at 0/1319 (the original reproduce failure). 2) compile_model.piecewise_enabled (inherited from default.yaml) hits an untested edge case in the VLM prefill path -- MMMU multi-image submits kill a worker silently at 84/900 with no Python traceback or CUDA error. Piecewise + VLM was previously hardened by NVIDIA#14006 (commit 19b5d0e) but that fix did not cover this combination (Qwen3_5MoeForConditionalGeneration + mrope 3D position_ids + fewshot_as_multiturn chat template). Disable both in the per-model YAML, matching the existing precedent in model_registry/configs/super_v3_mtp.yaml (piecewise_enabled: false for MTP incompatibility) and super_v3.yaml (multi_stream_moe/gemm: false). The disables are scoped to this model config only and do not affect qwen3.5_moe_400b.yaml or other AutoDeploy consumers. Remove the stale waive entry now that the test passes end-to-end (MMLU 84.75, GSM8K 88.97, MMMU 59.89 in 558s on 4xH100). Signed-off-by: handongl <handongl@nvidia.com>
trtllm-agent
requested review from
EmmaQiaoCh,
QiJune,
StanleySun639,
ZhanruiSunCh,
nvchenghaoz and
schetlur-nv
July 25, 2026 12:00
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
WalkthroughThe Qwen 3.5 MoE auto-deploy configuration disables selected compile features and adds a compile-model setting. Its waived BF16 integration test is removed from the integration waiver list. ChangesQwen compile and test updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Links
Dev Engineer Review
stage: compile, and align with model-specific precedents.waives.txt; formatting and ordering remain consistent.QA Engineer Review
accuracy/test_llm_api_autodeploy.py::TestQwen3_5_397B_MoE::test_bf16_small[4]fromtests/integration/test_lists/waives.txt.test-db/orqa/files were modified.